'宣言
Public Overloads Shared Function ListenCollection (Of TModel As INotifyPropertyChanged, TValue As {Class, INotifyCollectionChanged})( _ ByVal model As TModel, _ ByVal getter1 As Expression(Of Func(Of TModel,TValue)), _ ByVal action As Action(Of NotifyCollectionChangedEventArgs) _ ) As IDisposable
public static IDisposable ListenCollection<TModel,TValue>( TModel model, Expression<Func<TModel,TValue>> getter1, Action<NotifyCollectionChangedEventArgs> action ) where TModel: INotifyPropertyChanged where TValue: class, INotifyCollectionChanged
パラメータ
- model
- getter1
- action
型パラメータ
- TModel
- TValue